Release 10.1A: OpenEdge Development:
Progress 4GL Reference


ATTACHED-PAIRLIST attribute

Returns a comma-separated list of field name pairs for fields in a ProDataSet temp-table buffer that are mapped to corresponding fields in an attached Data-source object. This list includes only the field name pairs you specified with the most recently attached Data-source object.

Data type: CHARACTER

Access: Readable

Applies to: Buffer object handle

This list is formatted as a comma-separated list of field name pairs using the following syntax:

"source-field1,dset-field1 [,source-fieldn,dset-fieldn ] ..." 

If the buffer is not part of a ProDataSet object, or the buffer does not have an attached Data-source object, or you did not specify a field name pair list when you attached the Data-source object, this attribute returns the Unknown value (?).

Use the DATA-SOURCE-COMPLETE-MAP attribute to retrieve a list of field name pairs for all fields in a ProDataSet temp-table buffer that are mapped to corresponding fields in an attached Data-source object.

See also

ATTACH-DATA-SOURCE( ) method


Copyright © 2005 Progress Software Corporation
www.progress.com
Voice: (781) 280-4000
Fax: (781) 280-4095